Thank you for downloading Viluxus, here you can help for installing and editing your new template.

- How to install Viluxus on your blog:

1. Go to the Layout section in your blog (Dashboard > Layout > Edit HTML ).
2. Backup your previous template (Download full Template).
3. Find and upload your template.
4. Enjoy your new blog design.






- What you should do after install the template:

After installing a template, there are several things to check, please take a look on each of your widgets to see if they are just OK.







- How to edit the Navigation Menu:

1. This template have a menu that can only be changed from the HTML (Dashboard > Layout > Edit HTML). The code will look like this:

<div id='navigation-wrapper'>
<ul id='navigation'>
<li><a Title='Home' expr:href='data:blog.homepageUrl'>Home</a></li>
<li><a Title='About' href='#'>About</a></li>
<li><a Title='Contact' href='#'>Contact</a></li>
</ul>
</div>

2. Edit each menu button like this:

<li><a Title='Link_Title' href='http://Link_To_The_Page'>Button_Text</a></li> 







- How to edit the "Say something about your blog here" message:

1. Go to the Layout section in your blog (Dashboard > Layout > Edit HTML ).

2. Find the following code:

<div id='message'><p>&quot;Say <span>something</span> about your blog here&quot;</p></div>

3. Now replare the text inside the "<p>" and "</p>" tags for the message you want. Note that the "white" words should me inside the "<span>" and "</span>" tas.





-How to show the Blogger navbar on your template:

1. Go to your code and delete the following lines:

#navbar-iframe {
display: none !important;
}





